home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Reverse Code Engineering RCE CD +sandman 2000
/
ReverseCodeEngineeringRceCdsandman2000.iso
/
RCE
/
Library
/
Manuels & Misc
/
Assembly
/
AOA.ZIP
/
CH03
/
SIMX86
/
SIMX86.~DP
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-21
|
336 b
|
17 lines
program Simx86;
uses
Forms,
Simx86p in 'SIMX86P.PAS' {SIMx86Form},
Patterns in 'PATTERNS.PAS',
Getinput in 'GETINPUT.PAS' {InputForm};
{$R *.RES}
begin
Application.Title := 'SIMx86';
Application.CreateForm(TSIMx86Form, SIMx86Form);
Application.CreateForm(TInputForm, InputForm);
Application.Run;
end.